Global Variables

The following global variables are available globally.

  • Error domain for all Next Level errors.

    Declaration

    Swift

    public let NextLevelErrorDomain: String
  • Delegate callback dictionary key for photo metadata

    Declaration

    Swift

    public let NextLevelPhotoMetadataKey: String
  • Delegate callback dictionary key for JPEG data

    Declaration

    Swift

    public let NextLevelPhotoJPEGKey: String
  • Delegate callback dictionary key for cropped JPEG data

    Declaration

    Swift

    public let NextLevelPhotoCroppedJPEGKey: String
  • Delegate callback dictionary key for raw image data

    Declaration

    Swift

    public let NextLevelPhotoRawImageKey: String
  • Delegate callback dictionary key for a photo thumbnail

    Declaration

    Swift

    public let NextLevelPhotoThumbnailKey: String